home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / 000013_amos-request@svcs1.digex.net_Thu Apr 3 11:40:23 1997.msg < prev    next >
Text File  |  1998-06-24  |  2KB  |  45 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail1.access.digex.net (8.8.5/8.8.5) with ESMTP id LAA17393
  3.     for <mcox@access.digex.net>; Thu, 3 Apr 1997 11:40:22 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id KAA12522
  6.     for amos-out; Thu, 3 Apr 1997 10:01:16 -0500 (EST)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id KAA12519
  9.     for <amos-list@svcs1.digex.net>; Thu, 3 Apr 1997 10:01:16 -0500 (EST)
  10. Received: from abingdon.geoquest.slb.com (sun-sparc1.abingdon.geoquest.slb.com [134.32.146.198])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with SMTP id KAA22956
  12.     for <amos-list@access.digex.net>; Thu, 3 Apr 1997 10:00:58 -0500 (EST)
  13. Received: from pc-rms ([134.32.146.133]) by abingdon.geoquest.slb.com (4.1/SMI-4.1)
  14.     id AA05330; Thu, 3 Apr 97 15:59:58 GMT
  15. Message-Id: <3343C5C2.64A0@abingdon.geoquest.slb.com>
  16. Date: Thu, 03 Apr 1997 15:59:14 +0100
  17. From: Richard Michael Smith <rms@abingdon.geoquest.slb.com>
  18. Organization: Geoquest
  19. X-Mailer: Mozilla 3.01 (WinNT; I)
  20. Mime-Version: 1.0
  21. To: Jamie B <jamieb5@hotmail.com>
  22. Cc: amos-list@access.digex.net
  23. Subject: Re: Just plain Subjects
  24. References: <199704031225.EAA08388@f9.hotmail.com>
  25. Content-Type: text/plain; charset=us-ascii
  26. Content-Transfer-Encoding: 7bit
  27. Status: RO
  28. X-Status: 
  29.  
  30. >  Also: Case sensetive etc:
  31. >  I want this: HELLO
  32. >  To be the same as this: HeLlO
  33.  
  34. Hi Jamie,
  35.  
  36.    The easiest way to achieve this is to treat all input strings with
  37. either UPPER$ or LOWER$ in other words - convert everything to either
  38. uppercase or lowercase depending on your taste.
  39.  
  40. Then you can compare and contrast knowing that everything is upper/lower
  41. case!
  42.  
  43. Hope this helps.
  44.  
  45. Rich